on *:join:#:{
if ($nick == $me) { return }
elseif ($nick !== $me) {
msg $chan Welcome $nick enjoy your stay in the room :)
}
}

